From: Kim F. Storm Date: Thu, 11 Mar 2004 11:16:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23721 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b3fb57430c520de35b019ea5b0eea20e25f63134;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 9dcbf30fbc4..b65393721ec 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2004-03-11 Kim F. Storm + * dispextern.h: Move image related prototypes from xfns.c section + to image.c. Condition them by HAVE_WINDOW_SYSTEM rather than + HAVE_X_WINDOWS. + * Makefile.in (XOBJ): Consolidate into one list. Add image.o. Move gtkutil.o to new GTK_OBJ list. (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.